home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / utils1 / dd401a.arj / DD.DOC < prev    next >
Text File  |  1994-04-16  |  7KB  |  169 lines

  1.                                     DD v4.01a
  2.               Copyright (C) 1994, Conquest Software & Keith Cohen
  3.  
  4.  
  5. ┌──────────────────────────────────────────────────────────────────────────────┐
  6. │ ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ What Is DD? ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ │
  7. └──────────────────────────────────────────────────────────────────────────────┘
  8.  
  9.      DD is a replacement for the DOS "DIR" command.  It will display files in
  10.  one, two, three, four, or six columns, sorted, and in user-configurable colors.
  11.  
  12.  
  13. ┌──────────────────────────────────────────────────────────────────────────────┐
  14. │ ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ Registration ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ │
  15. └──────────────────────────────────────────────────────────────────────────────┘
  16.  
  17.      DD is no longer "FREEWARE".  I have put many hours of work into this
  18.  project, and I feel that it's worth the small registration fee.  Please see
  19.  CONQUEST.REG for registration information.
  20.  
  21.              DD IS FULLY OPERATIONAL IN ITS UNREGISTERED STATE.
  22.  
  23.  
  24. ┌──────────────────────────────────────────────────────────────────────────────┐
  25. │ ░░░░░░░░░░░░░░░ Hardware/Software Requirements & Limitations ░░░░░░░░░░░░░░░ │
  26. └──────────────────────────────────────────────────────────────────────────────┘
  27.  
  28.      DD requires DOS v2.11 or higher, and approximately 100k of free RAM.  It is
  29. currently limited to 1000 files per directory.  If you have a directory with
  30. more than 1000, only the first 1000 will be shown.  I don't forsee this to be a
  31. problem, since almost NO ONE will have that many files in a single directory.
  32.  
  33.  
  34. ┌──────────────────────────────────────────────────────────────────────────────┐
  35. │ ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ Features Of DD ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ │
  36. └──────────────────────────────────────────────────────────────────────────────┘
  37.  
  38.      For a complete listing of DD's features, see COMPARE.TXT which is included
  39.  in the archive.
  40.  
  41.  
  42. ┌──────────────────────────────────────────────────────────────────────────────┐
  43. │ ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ Installation ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ │
  44. └──────────────────────────────────────────────────────────────────────────────┘
  45.  
  46.      Copy DD.EXE into a directory that is listed in the PATH statement of your
  47.  AUTOEXEC.BAT file.  DD's default values will suffice for most users, but if
  48.  you wish to customize your copy, run DD /CFG.  (See DDCONFIG.DOC for an
  49.  explanation of each option.)
  50.  
  51.  
  52. ┌──────────────────────────────────────────────────────────────────────────────┐
  53. │ ░░░░░░░░░░░░░░░░░░░░░░░░░░░ Command Line Options ░░░░░░░░░░░░░░░░░░░░░░░░░░░ │
  54. └──────────────────────────────────────────────────────────────────────────────┘
  55.  
  56.      DD's default file specification is '*.*'.  But, you can specify a
  57. different one on the command line if you wish.  DD will accept up to 25
  58. different file specifications.
  59.  
  60.     Examples:
  61.  
  62.           DD *.BAT        List all .BAT files in the current directory. 
  63.           DD A:           List all files on diskette in drive A: 
  64.           DD C:\DOS       List all files in DOS directory, on drive C: 
  65.           DD D:\*.EXE     List All .EXE files in the root directory on drive D:
  66.  
  67.  
  68.      The following is a list of command-line options that can be used with DD:
  69.  
  70.        /?               Command Line Help Screen
  71.  
  72.        /N               No Sorting
  73.        /F[+,-]          Sort Files By File Name
  74.        /E[+,-]          Sort Files By Extension     + Ascending
  75.        /S[+,-]          Sort Files By File Size     - Descending
  76.        /D[+,-]          Sort Files By File Date
  77.  
  78.        /AH              Show Only Hidden Files
  79.        /AR              Show Only ReadOnly Files
  80.        /AS              Show Only System Files
  81.        /AA              Show Only Archive Files
  82.        /AD              Show Only Sub-Directories
  83.        /AV              Show Only VolumeID Files
  84.  
  85.        /1               Display Files In One Column
  86.        /2               Display Files In Two Columns
  87.        /3               Display Files In Three Columns
  88.        /4               Display Files In Four Columns
  89.        /6               Display Files In Six Columns
  90.  
  91.        /B               Toggle File Size Format (Bytes/KBytes)
  92.  
  93.        /L               Toggle File Name Format (Upper/Lower Case)
  94.  
  95.        /P               Toggle Screen Pausing
  96.  
  97.        /O               Toggle OS/2 Pausing
  98.  
  99.        /C               Toggle Screen Clearing
  100.  
  101.        /H               Toggle Hidden Files On/Off
  102.  
  103.        /R               Re-Directable Output (For Printing)
  104.  
  105.        /U               Toggle 'User Chosen File Types ONLY'
  106.  
  107.        /I               Program Information
  108.  
  109.        /CFG             DD Configuration
  110.  
  111.  
  112.     Examples:
  113.  
  114.           DD *.EXE /D    List all .EXE files in current directory, sorted by
  115.                          date, in ascending or descending order depending on the
  116.                          setting in DD's configuration file.
  117.  
  118.           DD /1 /S-      List all files, in one column, sorted by size, in
  119.                          descending order.
  120.  
  121.  
  122.  
  123.     All command-line options override any settings that were made using DD's
  124.     configuration program.
  125.  
  126.  
  127. ┌──────────────────────────────────────────────────────────────────────────────┐
  128. │ ░░░░░░░░░░░░░░░░░░░░░░░░      Exit Errorlevels     ░░░░░░░░░░░░░░░░░░░░░░░░░ │
  129. └──────────────────────────────────────────────────────────────────────────────┘
  130.  
  131.                          0  Normal Exit
  132.                          1  Display Usage Screen
  133.                          3  Aborted Directory Listing (<ESC> Key)
  134.                          4  Invalid Drive
  135.                          5  Invalid Command-Line Option
  136.                          7  No Files Found
  137.                          8  Information Screen Shown
  138.  
  139.  
  140. ┌──────────────────────────────────────────────────────────────────────────────┐
  141. │ ░░░░░░░░░░░░░░░░░░░░░░░░ Technical Support/Updates ░░░░░░░░░░░░░░░░░░░░░░░░░ │
  142. └──────────────────────────────────────────────────────────────────────────────┘
  143.  
  144.      If you have any questions, comments, suggestions, bug reports, or if you
  145.  just want to get the latest version of DD, call:
  146.  
  147.                               The Big Bad Wolf BBS
  148.                                  (919) 459-9084
  149.                            v.32/v.32bis/v.42/v.42bis
  150.  
  151.  
  152.                                  Voice  Support
  153.                                  --------------
  154.                                  (919) 442-8782
  155.  
  156.  
  157.                                     US Mail
  158.                                     -------
  159.                              Keith Cohen
  160.                              782 G Tiffany Blvd.
  161.                              Rocky Mount, NC  27804
  162.  
  163.  
  164.               I can be reached at the following network addresses:
  165.  
  166.                                 WolfNet  2@1
  167.                                 WWIVnet  2@9996
  168.                                 ICEnet   2@9996
  169.